MSVC build: Drop crypt implementation for MSVC
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 2 Mar 2016 08:49:59 +0000 (16:49 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 2 Mar 2016 08:52:30 +0000 (16:52 +0800)
commitea8873da5501804be76c0b4409f896fc60ed0b5e
tree4913cc44a0e7eb3d734c217e4b42f1fe560e5d33
parent5d8fd8ab3cd1d9f6abf953403f7e0cb4402b35e7
MSVC build: Drop crypt implementation for MSVC

We are actually not using the crypt() in GDK-Broadway for quite a while,
so the code implementation for MSVC is actually not used.  So, it's time
to get rid of this.
build/win32/Makefile.am
build/win32/crypt/Makefile.am [deleted file]
build/win32/crypt/crypt.h [deleted file]
build/win32/crypt/crypt3.c [deleted file]